home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / OUTLOOK.NL-NL / OUTLKLR.CAB / OUTLLIBR.DLL_1043 / 2110 / CAL.CSS < prev    next >
Cascading Style Sheet File  |  2006-11-13  |  3KB  |  102 lines

  1. <style type="text/css">
  2.  
  3. a             { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  4.  
  5. a:link            { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  6.  
  7. a:visited            { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  8.  
  9. a:active            { font-family: Arial;font-size: 9pt;text-decoration:none;color:black; }
  10.  
  11. body             { font-family:Arial; font-size: 9pt; margin:0px; }
  12.  
  13. body.DetailBody     { margin-right:2px;margin-left:2px;background-color:#CCFFFF; }
  14.  
  15. body.footer        { margin:0px; background-color:#99CCCC;    }
  16.  
  17. table.CalHeader     { background-color:#99CCCC;height:60px; }
  18.  
  19. td.CalTitle         { font-size:18pt; background-color:#669999;color:#CCFFFF; }
  20.  
  21. table.DetailHeader     { background-color:#669999;margin:0px; }
  22.  
  23. td.CalMonth         { font-size:16pt;color:black; }
  24.  
  25. table.MonthDayHdr     { background-color:#669999; }
  26.  
  27. td             { font-family:Arial; font-size: 9pt; }
  28.  
  29. td.DayHeader         { height:40px; font-family:Arial; font-size: 10pt; font-weight: bold; }
  30.  
  31. td.cell            {
  32.                  border-color:#669999;
  33.                  border-width:.1em;
  34.                  border-bottom-style:none;
  35.                  border-top-style:none;
  36.                  border-right-style:solid;
  37.                 border-left-style:none;
  38.               }
  39.  
  40. td.bottomcell        {
  41.                  border-color:#669999;
  42.                  border-width:.1em;
  43.                  border-bottom-style:solid;
  44.                  border-top-style:none;
  45.                  border-right-style:solid;
  46.                    border-left-style:none;
  47.               }
  48.  
  49. td.numbercell        {
  50.               color:#669999;
  51.                 border-color:#669999;
  52.                  border-width:.1em;
  53.                  border-bottom-style:none;
  54.                  border-top-style:none;
  55.                  border-right-style:solid;
  56.                  border-left-style:none;
  57.                }
  58.  
  59. td.FillDay        {
  60.               background-color:#CCCCCC;
  61.               border-color:#669999;
  62.               border-width:.1em;
  63.               border-bottom-style:none;
  64.               border-top-style:none;
  65.               border-right-style:solid;
  66.               border-left-style:none;
  67.             }
  68.  
  69. td.bottomFillDay     {
  70.               background-color:#CCCCCC;
  71.                  border-color:#669999;
  72.                  border-width:.1em;
  73.                  border-bottom-style:solid;
  74.                  border-top-style:none;
  75.                  border-right-style:solid;
  76.                 border-left-style:none;
  77.               }
  78.  
  79. td.FillDay2         {
  80.               border-color:#669999;
  81.               border-width:.1em;
  82.               border-bottom-style:none;
  83.               border-top-style:none;
  84.                border-right-style:solid;
  85.               border-left-style:none;
  86.             }
  87.  
  88. td.bottomFillDay2    {
  89.               border-color:#669999;
  90.               border-width:.1em;
  91.               border-bottom-style:solid;
  92.               border-top-style:none;
  93.               border-right-style:solid;
  94.               border-left-style:none;
  95.             }
  96.  
  97. div.banner        { background-color:#CCCCCC; }
  98.  
  99. .show             { font-family: verdana, arial; cursor:hand; }
  100. .hide             { display:none; background-color:white;cursor:hand; }
  101.  
  102. </style>